Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/98 - Loan Calculator/

README.md /cody/swapnilsparsh/30DaysOfJavaScript/98 - Loan Calculator/README.md
300 Views
0 Comments
# loan-calculator

index.html /cody/swapnilsparsh/30DaysOfJavaScript/98 - Loan Calculator/index.html
375 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initi
loancalculator.css /cody/swapnilsparsh/30DaysOfJavaScript/98 - Loan Calculator/loancalculator.css
168 Views
0 Comments
#loancal {
padding-top: 15px;
padding-left: 75px;
width: 375px;
height: 295px;
background-color:#000;
co